翻訳と辞書
Words near each other
・ Alhaji Alieu Ebrima Cham Joof
・ Alhaji Bai Modi Joof
・ Alhaji Chief Mucktarru-Kallay
・ Alhaji Gero
・ Alhaji Grunshi
・ Alhaji Habu Adamu Jajere
・ Alhaji Hassan Dalhat
・ Alhaji Ibrahim Kolapo Sulu Gambari
・ Algorfa
・ Algoriphagus
・ Algoriphagus ratkowskyi
・ Algorism
・ Algorismus
・ Algorist
・ Algorithm
Algorithm (C++)
・ Algorithm (disambiguation)
・ Algorithm (My Heart to Fear album)
・ Algorithm BSTW
・ Algorithm characterizations
・ Algorithm design
・ Algorithm engineering
・ Algorithm March
・ Algorithme Pharma
・ Algorithmic art
・ Algorithmic complexity
・ Algorithmic complexity attack
・ Algorithmic composition
・ Algorithmic cooling
・ Algorithmic efficiency


Dictionary Lists
翻訳と辞書 辞書検索 [ 開発暫定版 ]
スポンサード リンク

Algorithm (C++) : ウィキペディア英語版
Algorithm (C++)

In the C++ Standard Library, algorithms are components that perform algorithmic operations on containers and other sequences.〔ISO/IEC (2003). ''ISO/IEC 14882:2003(E): Programming Languages - C++ §25 Algorithms library ()'' para. 1〕
The C++ standard provides some standard algorithms collected in the standard header. A handful of algorithms are also in the header. All algorithms are in the namespace.
==Categories of algorithms==
The algorithms in the C++ Standard Library can be organized into the following categories.
* Non-modifying sequence operations (e.g. , , )
* Modifying sequence operations (e.g. , , )
* Sorting (e.g. sort, , )
* Binary search (e.g. , )
* Heap (e.g. , )
* Min/max (e.g. , )

抄文引用元・出典: フリー百科事典『 ウィキペディア(Wikipedia)
ウィキペディアで「Algorithm (C++)」の詳細全文を読む



スポンサード リンク
翻訳と辞書 : 翻訳のためのインターネットリソース

Copyright(C) kotoba.ne.jp 1997-2016. All Rights Reserved.